| Internal Name: | Entity EJB | 
| Description: | An EJB 1.x or 2.x Entity Bean | 
| Singleton: | no | 
| Plugin: | JBossAS | 
| Name | Description | Required | Internal Name | 
| Object Name | 
 | yes | objectName | 
| Name Template | 
 | yes | nameTemplate | 
| Description Template | 
 | yes | descriptionTemplate | 
| Name | The name of this ejb | yes | name | 
| J 2ee Application | 
 | yes | j2eeApplication | 
| Ejb Jar | 
 | yes | ejbJar | 
You must use the internal name to reference properties in Dynamic Group Definition expressions.
| Name | Type | Description | Internal Name | 
| Create Calls | measurement | The number of instances of this EJB 1.x or 2.x Entity Bean that have been created since server start | {stats.createCount.count} | 
| Create Calls per Minute | measurement | The number of instances of this EJB 1.x or 2.x Entity Bean that have been created since server start | {stats.createCount.count} | 
| Remove Calls | measurement | The number of instances of this EJB 1.x or 2.x Entity Bean that have been removed since server start | {stats.removeCount.count} | 
| Remove Calls per Minute | measurement | The number of instances of this EJB 1.x or 2.x Entity Bean that have been removed since server start | {stats.removeCount.count} | 
| Method-Ready Beans | measurement | The number of pooled instances of this EJB 1.x or 2.x Entity Bean in the method-ready state | {stats.methodReadyCount.current} | 
| Pooled Beans | measurement | The total number of currently pooled instances of this EJB 1.x or 2.x Entity Bean | {stats.pooledCount.current} | 
| Cache Size | measurement | The total number of currently cached instances of this EJB 1.x or 2.x Entity Bean | {{jboss.j2ee:jndiName=%name%,plugin=cache,service=EJB}CacheSize} | 
| Passivated Count | measurement | The number of pooled instances of this EJB 1.x or 2.x Entity Bean in the passivated state | {{jboss.j2ee:jndiName=%name%,plugin=cache,service=EJB}PassivatedCount} | 
| Passivated Count per Minute | measurement | The number of pooled instances of this EJB 1.x or 2.x Entity Bean in the passivated state | {{jboss.j2ee:jndiName=%name%,plugin=cache,service=EJB}PassivatedCount} | 
| Current Size | measurement | The total number of currently pooled instances of this EJB 1.x or 2.x Entity Bean | {{jboss.j2ee:jndiName=%name%,plugin=pool,service=EJB}PoolSize} | 
| Max Size | measurement | The maximum number of instances that are allowed to be pooled | {{jboss.j2ee:jndiName=%name%,plugin=pool,service=EJB}MaxPoolSize} | 
You must use the internal name to reference traits in Dynamic Group Definition expressions.